Programmatic API
---

{{ pkg.name }} also provide programmatic API.

Firstly, install the module locally.

```bash
$ npm install {{ pkg.name }} --save-dev
```

Then,

```javascript
{{{read 'example/example-usage.js'}}}
```


##### Programmatic Options

| Key | Description | Default |
| --- | ----------- | ------- |
{{#each vars.signature.options}}
| {{name}} | {{desc}} | {{default}} |
{{/each}}